Welcome![Sign In][Sign Up]
Location:
Search - ftp server client

Search list

[Ftp ClientMyFTP_T

Description: 利用MFC WinInet类编写FTP的客户端程序,能够完成登录FTP服务器、目录检索、文件的上传和下载等功能。-use MFC WinInet Class prepared FTP client program. Login to complete FTP server, directory search, document upload and download functions.
Platform: | Size: 36864 | Author: 严磊 | Hits:

[Internet-NetworkClient

Description: 一个客户端和服务器文件传输的例子,对网路编程有帮助,类似FTP-a client and server file transfer example, the Internet programming help, similar to FTP
Platform: | Size: 90112 | Author: migo hon | Hits:

[Ftp ClientFTPclient

Description: Ftp 客户端开发的例子程序,简单介绍client工作方式.-Ftp client example the development of procedures, introduce a simple client work.
Platform: | Size: 65536 | Author: 名字 | Hits:

[Ftp ClientCwangluo

Description: C#网络与通信程序设计案例精讲.rar \chap03 提供了本书第3章FTP服务器开发源程序; \chap04 提供了本书第4章第FTP客户端开发源程序; \chap05 提供了本书第5章电子邮箱系统源程序; \chap06 提供了本书第6章基于Socket的聊天室源程序; \chap07 提供了本书第7章多线程下载源程序 \chap08 提供了本书第8章基于Web的电子书店源程序; \chap09 提供了本书第9章网络游戏源程序; \chap10 提供了本书第10章基于Http协议浏览器的实现源程序; \chap11 提供了本书第11章基于Web Service技术通信的实现源程序 \chap12 提供了本书第12章Telnet客户端实现源程序; -C# Network and communications programming精讲case. Rarchap03 provided in Chapter 3 of this book to develop source FTP server chap04 provides book Chapter 4 the first source FTP client development chap05 provides book Chapter 5 electronic source mail system chap06 book provides Chapter 6 of the chat room based on the Socket source chap07 book provides a Chapter 7 multi-threaded download source chap08 provided under Chapter 8 of the Web-based e-book source procedures chap09 provided Chapter 9 of this book online game source chap10 book provides a Chapter 10 agreement based on Http browser source code to achieve chap11 provided in Chapter 11 of this book based on Web Service technology Communication source chap12 book provides a Chapter 12 Telnet client to achieve source
Platform: | Size: 1536000 | Author: qinshaohua | Hits:

[JSP/Javaftpserve

Description: 一个用JAVA做的FTP服务,它包含FTP服务器和FTP客户端,内含使用说明。-Using JAVA to do an FTP service, it includes FTP server and FTP client, including for use.
Platform: | Size: 16384 | Author: guozhaotang | Hits:

[Ftp Client3P

Description: vb编写的FTP服务器,FTP客户端,HTTP服务器,HTTP文件下载,HTTP原理示例,ELNET服务器,ELNET客户端 。-vb prepared FTP server, FTP client, HTTP server, HTTP file downloads, HTTP principle example, ELNET server, ELNET client.
Platform: | Size: 24576 | Author: louxiuqun | Hits:

[Internet-Networktftp

Description: linux下的tftp源代码,分为服务器端和连接客户端-tftp under linux source code, divided into server-side and client-side connection
Platform: | Size: 5120 | Author: Yao | Hits:

[Ftp Client11111Ftp

Description: FTP服务器编程源代码。可实现FTP服务器和客户机间的通信。在VC下运行-FTP server program source code. Can realize FTP server and client communication. In the VC run
Platform: | Size: 1851392 | Author: wf | Hits:

[MiddleWareFTPWanderer

Description: FTP客户端,实现文件从FTP服务器的上传和下载-FTP client, realize files from FTP server to upload and download
Platform: | Size: 92160 | Author: clark | Hits:

[Ftp Serverftpserver

Description: 很实用的用c写出来的ftp服务端程序,希望对同学们有帮助,注:本人还上传了客户端-Very useful to use c write ftp server process, the students hope to help Note: I also uploaded the client
Platform: | Size: 10240 | Author: root | Hits:

[Ftp ClientFTP

Description: 实现基本的FTP文件上传,下载功能,以及查看文件及子目录等,服务器端在和客户端建立连接之后,一直监听客户端的服务请求,而且可以实现多线程。-Realize the basic FTP file upload, download and view files and subdirectories and so on, in the server-side and client establish a connection then, he has been monitoring the client service request, and can realize multi-threaded.
Platform: | Size: 9216 | Author: dongfangyun | Hits:

[Ftp ClientFTP

Description: FTP客户端,登录,连接服务器,能实现文件的上传和下载。-FTP client, log on, connect to a server, can realize the uploading and downloading files.
Platform: | Size: 3072 | Author: 沫子 | Hits:

[Ftp ClientFTPClientProgram

Description: C++编写的FTP客户端程序 该程序完成以下功能: ⒈登录FTP服务器; ⒉显示登录FTP服务器目录下的文件和目录名; ⒊提供文件下载上传服务 -C++ Prepared FTP client program to complete the program the following functions: ⒈ Login FTP server ⒉ FTP server log shows directory of files and directories ⒊ Upload file download services to provide
Platform: | Size: 369664 | Author: 展令杨 | Hits:

[Internet-Networkftp-socket

Description: 完整的ftp协议的实现 包含客户端和服务器端-Complete realization of the agreement contains the ftp client and server
Platform: | Size: 4096 | Author: radio | Hits:

[Internet-Networksocket

Description: client server sample FTP
Platform: | Size: 12288 | Author: CAVCHOU | Hits:

[JSP/Javasocketandftpdownload

Description: 使用socket实现通讯及FTP下载。client和server预定好协议进行认证通讯,通过后客户端从服务端的FTP服务器上取数据。-Realize the use of socket communication and FTP download. client and server authentication good agreement is scheduled to telecommunications, after the passage of the client from the services of the FTP client server data access.
Platform: | Size: 13312 | Author: tanhuang | Hits:

[Linux-Unixftp

Description: 在Linux系统上使用Socket接口实现FTP客户端和服务器的程序,使客户端可以连接至服务器,并且可以进行一些FTP的基本操作。客户端和服务器的命令通道和数据通道需要分离,支持以下一些FTP命令: get:取远方的一个文件 put:传给远方一个文件 pwd:显示远方当前目录 dir:列出远方当前目录 cd:改变远方当前目录 ?:显示提供的命令 quit:退出返回 !dir,列出本地当前目录。-In Linux system using the Socket interface FTP client and server process, so that the client can connect to servers, and FTP can also conduct some of the basic operation. Client and server command channel and data channels need to be separated from support for the following FTP command: get: get a file from afar put: the distance to a file pwd: display the distance the current directory dir: lists the current remote directory cd: changes the distance the current directory? : Display command quit: exit to return! Dir, set out in the local current directory.
Platform: | Size: 4096 | Author: Draco | Hits:

[Ftp ServerFTP

Description: 用VC6.0实现的基于TCP协议的聊天室,包括客户端和服务器代码,很有参考价值-VC6.0 achieved using TCP protocol-based chat rooms, including client and server code, a good reference
Platform: | Size: 3621888 | Author: 朱东亮 | Hits:

[Internet-NetworkGCC

Description: 简单的FTP服务器和客户端程序,可以实现简单通讯。-Simple FTP server and client programs, you can realize simple communication.
Platform: | Size: 72704 | Author: zhu | Hits:

[Ftp ServerJava_Socke183657142005

Description: 一个基于Java编写的Socket程序,提供简单的FTP功能实现 This networking program set consists of implementation of FTP, TELNET, HTTP SERVER, UDP NEWS SERVER, Multi client parallel chat server, Date server. Knowledge of socket programming, applet, AWT, thread, and IO streams is essential to understand these programs. All Program Tested in JDK 1.4, and Run Successfully. Do not forget to run server program before starting client program. Developed By: Divyen K Pate-A Java-based Socket procedures prepared to provide a simple FTP functions This networking program set consists of implementation of FTP, TELNET, HTTP SERVER, UDP NEWS SERVER, Multi client parallel chat server, Date server.Knowledge of socket programming, applet, AWT , thread, and IO streams is essential to understand these programs.All Program Tested in JDK 1.4, and Run Successfully.Do not forget to run server program before starting client program.Developed By: Divyen K Pate
Platform: | Size: 46080 | Author: Tony Yau | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 31 »

CodeBus www.codebus.net